home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / ENTRPRIS / APE / AEINSTNR / MODINSTR.BAS < prev   
Encoding:
BASIC Source File  |  1996-08-03  |  271 b   |  10 lines

  1. Attribute VB_Name = "modInstancer"
  2. Option Explicit
  3. '-------------------------------------------------------------------------
  4. 'See comments in Instancer class module
  5. '-------------------------------------------------------------------------
  6.  
  7. Sub Main()
  8.  
  9. End Sub
  10.